projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bd2af8
)
Mention `lisp-indent-function' in the lispref manual
author
Lars Ingebrigtsen
<larsi@gnus.org>
Wed, 27 Apr 2016 18:48:30 +0000
(20:48 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 1 May 2016 17:27:07 +0000
(19:27 +0200)
* doc/lispref/macros.texi (Indenting Macros): Mention
`lisp-indent-function' (bug#3393).
(cherry picked from commit
a1627691a896b2afaa264f93534178bc763564c9
)
doc/lispref/macros.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/macros.texi
b/doc/lispref/macros.texi
index 3f9db8ce3756ff37fcbb23a657f58a9aaee9ee1f..6472bd1b03afd893ceb368ecec4df6476a29547b 100644
(file)
--- a/
doc/lispref/macros.texi
+++ b/
doc/lispref/macros.texi
@@
-594,6
+594,11
@@
calls to the macro. An indentation specification is written like this:
(declare (indent @var{indent-spec}))
@end example
+@noindent
+@cindex @code{lisp-indent-function} property
+This results in the @code{lisp-indent-function} property being set on
+the macro name.
+
@noindent
Here are the possibilities for @var{indent-spec}: